Patterns Across Terrorist Organizations

We observed high number of incidents after 2010. Here we random picked four years to see whether there is any pattern within a year. According to the plot, there is no obvious peak for specific month for all years. This is reasonable because if the terrorism patterns are consistent over years, the police will stay alert during the days that attacks have a highly chance to happen.

Finding that top 10 terrorist organization already account for 20% of the total attacks.

## Loading tidyverse: tibble
## Loading tidyverse: tidyr
## Loading tidyverse: readr
## Loading tidyverse: purrr
## Conflicts with tidy packages ----------------------------------------------
## annotate(): ggplot2, NLP
## filter():   dplyr, plotly, stats
## lag():      dplyr, stats

So we want to focus more on the top terrorist organizations to draw more conclusions. In order to determine who are the top gangs, we made an assumption to define the importance of a particular organization:

  1. It is very active (has large number of attacks)
  2. Its attacks have high fatality rate

Here is the listing of these top offenders:

We can see that these three winner gangs perform their attack in different styles. Taliban has the most attacks throughout the years; Dissident Military Members of Northern Tribal Group has just one attack but killed 150 people with none survived; Aum Shinri Kyo has several attacks, wounding many people but not causing heavy fatal consequences.

We filter out 9 gangs which qualifies for “big gangs”. We find that although they only account for 1% of total terrorist attacks, they are responsible for 3% of total death and 2% of total wounded.

We can see that these top gangs each has a territory of its own.

With this plot we see a clear expansion of ISIS, from limited to Iraq to spreading to Afraica and eventually France.

Text Analysis

These are the most common terms used to describe the motive of a terrorist attack in the GTD.

In the 1970s, the most common terms looked something like this.

This is what the most common terms looked like in 2015.

We also take a look at some interesting trends in the frequency of words over time.

Finally, we can also look at the most popular terms used to describe the motives of the largest terrorist organizations.